Instagram Post Details Scraper avatar

Instagram Post Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Instagram Post Details Scraper

Instagram Post Details Scraper

Extract post details including engagement metrics, location, audio, and tagged users from Instagram post and reel pages. Powered by Instagram Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

13

Total users

3

Monthly active users

2 days ago

Last modified

Share

This actor extracts Post details from Instagram. It works on individual post or reel pages to collect deep metadata and engagement metrics. The scraper returns structured data for specific media items including audio information and tagged users.

Want more from Instagram?

This actor covers Posts only. The full Instagram Scraper browser extension also includes Posts, Comments, Stories, Profiles, Followers, Accounts with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Instagram Scraper extension


Data Fields

Field NameDescriptionExample
Post TypeType of media"Video"
CaptionText content of the post"Sunset in the city #photography"
Like CountNumber of likes1250
Comment CountNumber of comments45
View CountNumber of video views5000
Author UsernameHandle of the poster"travel_pro"
Author Full NameName on the profile"Jane Doe"
Author IDNumeric user ID"123456789"
Author URLLink to profile"https://www.instagram.com/travel_pro/"
Author Is VerifiedVerification statustrue
Author Profile PicURL to profile image"https://instagram.fcdn.com/pic.jpg"
Post URLDirect link to post"https://www.instagram.com/p/C12345/"
Image URLLink to image file"https://instagram.fcdn.com/img.jpg"
Video URLLink to video file"https://instagram.fcdn.com/vid.mp4"
Cover ImageVideo thumbnail URL"https://instagram.fcdn.com/thumb.jpg"
Posted AtISO timestamp"2023-10-01T12:00:00Z"
LocationTagged location name"Central Park"
DurationVideo length in seconds15.5
Has AudioIf video has soundtrue
Audio TitleName of the track"Original Audio"
Audio ArtistName of the artist"travel_pro"
Tagged UsersList of tagged handles["friend_1", "brand_name"]
Is CarouselIf post has multiple slidesfalse
Carousel CountNumber of slides1
Original WidthPixel width1080
Original HeightPixel height1350
Is Paid PartnershipLabel for sponsored contentfalse
Comments DisabledIf comments are turned offfalse
Likes DisabledIf like count is hiddenfalse
Accessibility CaptionAI generated description"Image may contain: tree and sky"

Input

  • urls: Array of URL strings. Provide direct links to Instagram posts or reels.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.instagram.com/p/C_sample123/"],
"maxItems": 1
}

Example Output

[
{
"postType": "Video",
"caption": "Exploring the mountains",
"likeCount": 850,
"commentCount": 12,
"viewCount": 3200,
"authorUsername": "nature_fan",
"authorFullName": "Nature Fanatic",
"authorId": "987654321",
"authorUrl": "https://www.instagram.com/nature_fan/",
"authorIsVerified": false,
"authorProfilePic": "https://instagram.fcdn.com/p1.jpg",
"postUrl": "https://www.instagram.com/p/C_sample123/",
"imageUrl": null,
"videoUrl": "https://instagram.fcdn.com/v1.mp4",
"coverImage": "https://instagram.fcdn.com/c1.jpg",
"postedAt": "2023-11-15T10:30:00Z",
"location": "Swiss Alps",
"duration": 30.0,
"hasAudio": true,
"audioTitle": "Mountain Air",
"audioArtist": "Artist Name",
"taggedUsers": [],
"isCarousel": false,
"carouselCount": 1,
"originalWidth": 1080,
"originalHeight": 1920,
"isPaidPartnership": false,
"commentsDisabled": false,
"likesDisabled": false,
"accessibilityCaption": "Short video of mountains"
},
{
"postType": "Image",
"caption": "New shoes!",
"likeCount": 450,
"commentCount": 8,
"viewCount": 0,
"authorUsername": "sneaker_head",
"authorFullName": "Alex Smith",
"authorId": "555444333",
"authorUrl": "https://www.instagram.com/sneaker_head/",
"authorIsVerified": true,
"authorProfilePic": "https://instagram.fcdn.com/p2.jpg",
"postUrl": "https://www.instagram.com/p/D_sample456/",
"imageUrl": "https://instagram.fcdn.com/i2.jpg",
"videoUrl": null,
"coverImage": null,
"postedAt": "2023-11-16T14:20:00Z",
"location": "New York",
"duration": 0,
"hasAudio": false,
"audioTitle": null,
"audioArtist": null,
"taggedUsers": ["nike"],
"isCarousel": false,
"carouselCount": 1,
"originalWidth": 1080,
"originalHeight": 1080,
"isPaidPartnership": true,
"commentsDisabled": false,
"likesDisabled": false,
"accessibilityCaption": "A pair of sneakers on a white background"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.